In Eshell, don't expand quoted tildes into a user's home directory
authorJim Porter <jporterbugs@gmail.com>
Sun, 3 Sep 2023 05:29:22 +0000 (22:29 -0700)
committerJim Porter <jporterbugs@gmail.com>
Mon, 29 Jan 2024 00:02:05 +0000 (16:02 -0800)
commitd2abe91d4bf68f20e4b1cd39f88ed98fd5731524
treef15335a1b5b09ac561256b97264b9a0fd99a2802
parent1f5a13d5843306af2e6a74fbdfd6d00af8804a23
In Eshell, don't expand quoted tildes into a user's home directory

* lisp/eshell/em-dirs.el (eshell-parse-user-reference): Don't expand
quoted tildes.

* test/lisp/eshell/em-dirs-tests.el
(em-dirs-test/expand-user-reference/local)
(em-dirs-test/expand-user-reference/quoted): New tests.
lisp/eshell/em-dirs.el
test/lisp/eshell/em-dirs-tests.el